#articlebox{
    max-width: 1000px;
    margin: auto;
    margin-top: 100px;
    padding: 10px;
}

#introimg {
    width: 100%;
    margin: auto;
    max-height: 500px;
    margin-bottom: 20px;
    border-radius: 20px;
    object-fit: cover;
}

#atitle {
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

#atext {
    font-size: 18px;
}

#otherarticlesbox {
    width: 100%;
    height: 450px;
    margin: auto;
    padding-top: 50px;

    
}

#otherarticleintrotext {
    font-size: x-large;
    text-align: center;
}

.lineotherarticlesbox {
    width: 80%;
    height: 10px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 3%;
    background-color: #1f2838ec;
    border-radius: 5px;
}

#otherarticlesboxreal {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    
}

#articleother {
    width: 400px;
    height: 300px;
    margin: auto;   
}

.nb {
    width: 400px;
    height: fit-content;
    background-color: rgb(200, 200, 200);
    border-radius: 20px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 2px;
    color: black;
    transition: 1.5s;
    margin-bottom: 5%;
    margin: auto;
    margin-left: 20px;
    margin-top: 0px;
}

.nb:hover {
    scale: 1.03;
    cursor: pointer;
}

.nb:hover #ulnb {
    width: 90%;
}

.nimg {
    margin: 5%;
    margin-top: 10px;
    border-radius: 20px;
    width: 90%;
    max-height: 200px;
    object-fit: cover;

}

.ntitle {
    margin: 5%;
    margin-top: 0%;
    margin-bottom: 5%;
    color: black;
}

#ulnb {
    width: 0%;
    margin: 5%;
    margin-top: 2%;
    background-color: #1F2838;
    height: 4px;
    border-radius: 2px;
    transition: 1.5s;
} 

#image {
    width: 50%;
    height: auto;
    text-align: center;
    font-size: large;
    font-weight: bold;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#imgart {
    padding: 10px;
    margin: auto;
    width: 100%;
    border-radius: 50px 20px;
}

#lineimg {
    width: 90%;
    margin: auto;
    height: 2px;
    border-radius: 2px;
    background-color: rgb(196, 196, 196);
    margin-top: 5px;
}


